Description: 
This utility edits item_kinds1.txt directly and allows for editing, inserting, and deleting items without having to mess with Python scripts. BACK UP YOUR ITEM_KINDS1.TXT FILE BEFORE USING!!!

Features:
-Edit, add, and delete items 
-Allows changing of item flags, capabilities, and modifiers 
-Limited support for triggers 
-Auto-calculate weapon/armor speed, damage, difficulty and cost 

NOTE: THIS REQUIRES .NET FRAMEWORK

File History:

Thu, Sep-18-2008
-Yes, still works for 1.0.  The only change was to the Language file to accomodate the new item modifiers (Lordly, Master, and Champion).  Use English_1.0 for 1.0, use english_.952.lang .952-.960, and english.lang for pre .952. 

Tue, May-19-2008
-Changed to work for .952.  The item modifiers changed.  Included in ZIP are 2 language files, english.lang (use for pre .952) and english_.952.lang (for .952).  As you can see in the files, there are many more modifiers, although only about half appear to be used.

Sun, May-10-2008
-Fixed bug where using the translation feature for terms "Blunt", "Pierce", and "Cut" could screw up Thrust and Swing damages.

Thu, May-08-2008
-Fixed one more regional setting bug. Some PC's with "." as thousands separator and "," as decimal separator would screw up item weights when saving. Hopefully this will fix that issue

Tue, May-06-2008
-Reverted trigger handling to simpler interface. Triggers show up as text lines that you can edit or ignore to your hearts content. Very few triggers were valid for items anyways, and it makes this compatible with older versions (Possibly even .751?) This also means that there is no control on triggers, you can type whatever you want there, so be careful. 

-Added application config file

-Config file has autoSave option. When turned on, every time you use the "Save File" option, it will back up your current file first. For example, saving "item_kinds1.txt" would create "item_kinds1.txt_20080506_095501". Obviously, the date/time stamp varies depending on when you save it

-Added language support. In the config file, you define a language file. Use key "languageFile" and a value pointing to the location of the file. The file layout is pretty simple. Use the "english.lang" file as a template. The file contains entries such as "Save_File=". If you change this to "Save_File=Avesay Ilefay", then the editor will show "Avesay Ilefay" where it originally showed "Save File". Be warned: the variables are case sensitive. So if you change the entry to "save_file=test", "test" will not show up because "save" and "file" were not capitalized. If you mispell an entry, leave it blank, or delete an entry, it will used default values. 

Fri, Apr-04-2008
-Should work for older versions (.800+) still. Triggers still will not work for .890+, but the only native items using them are the flintlock and torch. There is some partial language support, but not working totally yet. 

-Why a new version? Some foreign (non-US) users could not get it to work. I guess Windows has regional settings, and if you live in a place where a thousands separator is "." as opposed to "," and where the decimal indicator is "," as opposed to ".", the program would die trying to read decimal data. This version forces the numeric parsing to expect US style numbers as is used in the items file.

Tue, Nov-20-2007
-Added item numbers to all items for easier identification when modifying troops/parties

-Fixed bug where editing inserted was quirky (sometimes edits affected item that was cloned).

Mon, Nov-19-2007
-No longer tries to default to :\Program Files\Mount&Blade\Modules\Native, but should remember last folder opened.

-Can now edit .808 version of file with one caveat - the file seems to be the exact same format except for triggers, so if you load up a .808 file and save it, you will loose all triggers. You can add them back in manually if you want, but don't try to add them through the editor or you will probably crash the game.

Nov-2007
-Fixed bug where edited damage values would not save
